home *** CD-ROM | disk | FTP | other *** search
- ; Listing of POST error Codes for ActionMedia(TM) II
- ;--------------------------------------------------------------------------
- ; -> Display POST Error code
- ; 0109EESN
- ; EE = Test Number
- ; S = Slot Number (0=AT, 1-8=MCA)
- ; N = Nature of failure
- ;--------------------------------------------------------------------------
- ;
- VramDisblErr 0100 ; Vram Disable failure code
- CardIdMatchErr 0200 ; MCA Slot number not found, AT I/O base fail
- RomChkSumError 0300 ; ROM checksum failure
-
- ParErrorNum 0500 ; PAR test
- FifoErrorNum 0600 ; FIFO test
- CapRegErrorNum 0700 ; Video Capture Register test
- QARErrorNum 0800 ; Quick Access Register (QAR) test
- PALErrorNum 0900 ; Palette test
- ScsiErrorNum 1000 ; SCSI test
-
- VramPChkError 1100 ; 11=vram bank 0, 1st MB
- VramPChkError 1200 ; 12=vram bank 1, 2nd MB
- VramPChkError 1300 ; 13=vram bank 2, 3rd MB
- VramPChkError 1400 ; 14=vram bank 3, 4th MB
-
- DBClkError 1500 ; DB clock test
- PBTimeOutErr 1600 ;
- DSPErrorNum 1700 ; DSP/audio test
-
- MonitorError 1900 ; Monitor test
-
- PBVramErr 2100 ; 21=vram bank 0, 1st MB
- PBVramErr 2200 ; 22=vram bank 1, 2nd MB
- PBVramErr 2300 ; 23=vram bank 2, 3rd MB
- PBVramErr 2400 ; 24=vram bank 3, 4th MB
-
- VICTOR_ERR 4100 ; VICTOR
- CHROMA_ERR 4200 ; CHROMA
- 6805_ERR 4300 ; 6805
- CTRL_ERR 4400 ; CS2 Control register
- NOCHR_ERR 4500 ; CHROMA not running
-
- ;--------------------------------------------------------------------------
-
- VramDisblErr 0100 ; Vram Disable failure code
-
- CardIdMatchErr 0200 ; MCA Slot number not found, AT I/O base fail
- 0200 ; MCA Slot number not found
- 0201 ; AT I/O base fail
- 0201 ; AT POST address fail
-
- RomChkSumError 0300 ; ROM checksum failure
- 0300 ; indicate failed ROM page 0
- 0301 ; indicate failed ROM page 1
- 0302 ; indicate failed ROM page 2
-
- ParErrorNum 0500 ; PAR test
- 0500 ; PAR 0 failed walking 1 test
- 0501 ; PAR 1 failed walking 1 test
- 0502 ; PAR 2 failed walking 1 test
- 0503 ; PAR 3 failed walking 1 test
- 0504 ; PAR pattern 1 (0xffff) test
- 0505 ; PAR pattern 2 (0xaaah) test
- 0506 ; PAR pattern 3 (0x5555) test
- 0507 ; PAR pattern 4 (0x33cc) test
- 0508 ; PAR pattern 5 (oxcc33) test
- 0509 ; PAR pattern 6 (ox0f0f) test
-
- FifoErrorNum 0600 ; FIFO test
- 0600 ; write FIFO32 [0], read FIFO32 [0]
- 0601 ; read FIFO16 [0]
- 0602 ; read EMS [0] (PAR0-PAR3)
- 0603 ; write FIFO16 [0], EMS read [0] (PAR3)
- 0604 ; write FIFO32 [0xffffc], read FIFO32 [0xffffc]
- 0605 ; read FIFO16 [0xffffc]
- 0606 ; read EMS [0xffffc] (PAR0-PAR3)
- 0607 ; write FIFO16 [0xffffc], EMS read [0xffffc] (PAR3)
- 0608 ; write FIFO16 [PB:10], read FIFO16 [PB:10]
- 0609 ; read EMS [PB:10] (PAR0-PAR3)
-
- CapRegErrorNum 0700 ; Video Capture Register test
- 0700 ; Video Capture Registers (test value 0x00)
- 0701 ; Video Capture Registers (test value 0xff)
- 0702 ; Video Capture Registers (test value 0xaa)
- 0703 ; Video Capture Registers (test value 0x55)
-
- QARErrorNum 0800 ; Quick Access Register (QAR) test
- 0800 ; PB write using QAR, failed read using PAR1
- 0801 ; memory under QAR failed (changed)
- 0802 ; PB write using PAR, failed read using QAR
- 0803 ; memory under QAR failed (changed)
- 0804 ; KAGA write using QAR, failed read using PAR1
- 0805 ; memory under QAR failed (changed)
- 0806 ; KAGA write using PAR, failed read using QAR
- 0807 ; memory under QAR failed (changed)
-
- PALErrorNum 0900 ; Palette test
- 0900 ; write system palette
- 0901 ; read system palette
- 0902 ; read DS2 palette
- 0903 ; write/verify DS2 palette (0xaa,0x55,0xaa)
- 0904 ; write/verify DS2 palette (0xf0,0x0f,0xf0)
-
- ScsiErrorNum 1000 ; SCSI test
- 1000 ; SCSI register test #1
- 1001 ; SCSI register test #2
- 1002 ; SCSI register test #3
- 1003 ; SCSI register test #4
- 1004 ; SCSI register test #5 (walking 1's)
- 1005 ; SCSI DMA timeout
- 1006 ; SCSI DMA block 1 failure
- 1007 ; SCSI DMA block 2 failure
- 1008 ; SCSI DMA block 3 failure
- 1009 ; SCSI DMA failure
-
- VramPChkError 1100-1400 ;
- 1100 ; vram bank 0, 1st MB
- 1200 ; vram bank 1, 2nd MB
- 1300 ; vram bank 2, 3rd MB
- 1400 ; vram bank 3, 4th MB
-
- DBClkError 1500 ; DB clock test
- 1500 ; 25MHZ < MIN
- 1501 ; 25MHZ > MAX
- 1502 ; VCO 45MHZ < MIN
- 1503 ; VCO 45MHZ > MAX
- 1504 ; VCO/2 22.5MHZ < MIN
- 1505 ; VCO/2 22.5MHZ > MAX
- 1506 ; Audio 16.9344MHZ < MIN
- 1507 ; Audio 16.9344MHZ > MAX
- 1508 ; VCO 22.5MHZ < MIN
- 1509 ; VCO 22.5MHZ > MAX
-
- PBTimeOutErr 1600 ; PB memory test time-out error
-
- DSPErrorNum 1700 ; DSP/audio test
- 1700 ; DSP message to host failed load/execute
- 1701 ; DSP message to host returned improper value
- 1702 ; DSP message to host/dsp test failed
- 1703 ; DSP/KAGA DAC loopback test failed load/execute
- 1704 ; DSP/KAGA DAC loopback test returned improper value
- 1705 ; DSP playback/capture interrupt test failed load/execute
- 1706 ; DSP playback/capture interrupt test returned improper value
- 1707 ; CS2 failed set audio wrap, DSP failed load 1708
- ; DSP/audio wrap quiet test (|offset| > 0x1000, |noise| > 0x1000)
- 1709 ; DSP/audio wrap sine test ( MAX < 0x3000, MAX > 0x5000)
-
- Reserved 1800 ; Reserved
-
- MonitorError 1900 ; Monitor test
- 1900 ; all channels black? fail for any channel > ref
- 1901 ; all channels white? fail for any channel < ref
- 1902 ; fail unless 0,1,3 channels loaded (no monitor, mono, color)
- 1903 ; fail if VGA DAC results not equal DB DAC results
-
- Reserved 2000 ; Reserved
-
- PBVramErr 2100-2400 ;
- 2100 ; vram bank 0, 1st MB, 0=pattern/address, 1-8=nibble #
- 2200 ; vram bank 1, 2nd MB, 0=pattern/address, 1-8=nibble #
- 2300 ; vram bank 2, 3rd MB, 0=pattern/address, 1-8=nibble #
- 2400 ; vram bank 3, 4th MB, 0=pattern/address, 1-8=nibble #
-
- VICTOR_ERR 4100 ; VICTOR Registers
- 4100 ; VICTOR HStart (Horizontal Start)
- 4101 ; VICTOR HStopY (Horizontal Stop Y)
- 4102 ; VICTOR HOffY (Horizontal Offset Y)
- 4103 ; VICTOR HOffVU (Horizontal Offset VU)
- 4104 ; VICTOR HTotal (Horizontal Total)
- 4105 ; VICTOR VStart (Vertical Start)
- 4106 ; VICTOR VStop (Vertical Stop)
- 4107 ; VICTOR VScale (Vertical Scale)
- 4107 ; VICTOR SMPTE (SMPTE Offset)
- 4108 ; VICTOR YVUControl (YVU Control)
- 4109 ; VICTOR HStopVU (Horizontal Stop VU)
-
- CHROMA_ERR 4200 ; CHROMA Registers
- 4200 ; CHROMA BlueGain (Blue Gain Offset)
- 4201 ; CHROMA BlueDC (Blue DC Offset)
- 4202 ; CHROMA RedGain (Red Gain Offset)
- 4203 ; CHROMA RedDC (Red DC Offset)
- 4204 ; CHROMA Contrast (Contrast)
- 4205 ; CHROMA Hue (Hue)
- 4206 ; CHROMA Brilliance (Brilliance)
- 4207 ; CHROMA SatMain (Saturation Main)
- 4208 ; CHROMA SatBalance (Saturation Balance)
- 4209 ; CHROMA C4Direct (MC44010 Direct Access)
-
- 6805_ERR 4300 ; 6805
- 4301 ; 6805 sub-test 1
- 4302 ; 6805 sub-test 2
-
- CTRL_ERR 4400 ; CS2 Control register
- 4400 ; CS2 Control register sub-test 0
- 4401 ; CS2 Control register sub-test 1
- 4402 ; CS2 Control register sub-test 2
-
- NOCHR_ERR 4500 ; CHROMA not running, C4Status register (MC44010 Status Flags)